BitmapSetting
Introduction图片设置 Bitmap settings MethodsAssignValue:-(void)AssignValue:(BitmapSetting *) setting; DiscussionBitmapSetting object copy PropertiesAlignmode@property (nonatomic) Alignment Alignmode; Discussion图片的对齐方式(热敏才有效) limitWidth@property (nonatomic) NSInteger limitWidth; Discussion限制图片的最大宽度 Limit the maximum width of the image pos_X@property (nonatomic) NSInteger pos_X; Discussion图片打左上角x坐标 for TSC, Cpcl When printing a picture, the x coordinate of the upper left corner (for TSC, Cpcl) pos_Y@property (nonatomic) NSInteger pos_Y; Discussion图片打印左上角y坐标 for TSC, Cpcl When printing a picture, the y coordinate of the upper left corner (for TSC, Cpcl) |